projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d87f11
)
* configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
author
Adrian Robert
<Adrian.B.Robert@gmail.com>
Mon, 12 Oct 2009 00:36:20 +0000
(
00:36
+0000)
committer
Adrian Robert
<Adrian.B.Robert@gmail.com>
Mon, 12 Oct 2009 00:36:20 +0000
(
00:36
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 81f632c13b2e6ed1c7a6c85f338bf61fccfd2ae4..ce18111f8b0a7ddef9a285c3aea3a0f17dfb1f82 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1339,14
+1339,6
@@
if test "${with_ns}" != no; then
AC_CHECK_HEADER([AppKit/AppKit.h], [HAVE_NS=yes],
[AC_MSG_ERROR([`--with-ns' was specified, but the include
files are missing or cannot be compiled.])])
- NS_HAVE_NSINTEGER=yes
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <Foundation/NSObjCRuntime.h>],
- [NSInteger i;])],
- ns_have_nsinteger=yes,
- ns_have_nsinteger=no)
- if test $ns_have_nsinteger = no; then
- NS_HAVE_NSINTEGER=no
- fi
fi
if test "${HAVE_NS}" = yes; then
window_system=nextstep